home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / doorware / tripk110.zip / LOCAL.CFG < prev    next >
Text File  |  1996-11-09  |  18KB  |  414 lines

  1. ; TRIPEAKS.CFG - Sample TriPeaks Solitaire door configuration file
  2. ;
  3. ; This configuration file can be used by the sysop to customize TriPeaks Solitaire
  4. ; door for use on their own system.  TriPeaks Solitaire is designed to run on
  5. ; almost any BBS system automatically.  The configuration file system is provided
  6. ; to allow the customization of options such as paging hours, maximum time
  7. ; permitted within the door, etc...
  8. ;
  9. ; Any text following a semi-colon (;), and blank lines, are ignored.
  10. ;
  11. ;------------------------------------------------------------------------------
  12. ;
  13. ;  BBS system directory. Indicates where the door information file (drop file)
  14. ;  can be found. Remove the semi-colon (;) to activate this option.  You may
  15. ;  also specify the drop filename here!
  16. ;
  17. ;BBSDir    C:\SF\SFDOORS.DAT
  18. ;
  19. ;------------------------------------------------------------------------------
  20. ;
  21. ;  The door's working directory. This is where the door's system files are
  22. ;  located. Remove the semi-colon (;) to activate this option.
  23. ;
  24. ;DoorDir    C:\DOORS\TRIPEAKS
  25. ;
  26. ;------------------------------------------------------------------------------
  27. ;
  28. ;  Local mode override. Forces door to always operate in local test mode.
  29. ;  Remove the semi-colon (;) to activate this option. When this mode is
  30. ;  activated, no door information file is required and default settings are
  31. ;  used for the user's name, location, etc.
  32. ;
  33. LocalMode
  34. ;
  35. ;------------------------------------------------------------------------------
  36. ;
  37. ;  Door personality setting. This setting selects one of a number of sysop
  38. ;  interface personalities. Each personality setting emulates the status line
  39. ;  format and sysop function keys of a particular BBS package. Valid
  40. ;  personality settings are:
  41. ;
  42. ;                     Standard            (OpenDoors style, similar to RA 1.11)
  43. ;                     PCBoard
  44. ;                     RemoteAccess
  45. ;                     Wildcat
  46. ;
  47. Personality    Standard
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ;
  51. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  52. ;  door should record log information. To disable the log file altogether,
  53. ;  remove the semi-colon (;) from the "DisableLogging" line.
  54. ;
  55. ;LogFileName    TRIPEAKS.LOG
  56. DisableLogging
  57. ;
  58. ;------------------------------------------------------------------------------
  59. ;  The number of spaces to indent when writing to the log file.
  60. ;
  61. IndentSpace 15
  62. ;
  63. ;------------------------------------------------------------------------------
  64. ;  Allow the user to logoff the BBS from within the door. (YES or NO).
  65. ;
  66. AllowLogOff YES
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ;  Display all cards face up (YES).  Display ONLY Playable cards Face up (NO).
  71. ;  Setting this to NO makes the game just a little more difficult.
  72. ;  REGISTERED OPTION ONLY.  Will always default to YES if Unregistered or if
  73. ;  left out of this configuration file.
  74. ;
  75. AllCardsFaceUp  NO
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;
  79. ;  Limit the amount of FREE games that can be won per day.  Range:  0-9999
  80. ;  A message will be displayed if they reach the max amount.
  81. ;  REGISTERED OPTION ONLY.  Will always default to 9999 if Unregistered or if
  82. ;  left out of this configuration file.
  83. ;
  84. FreeGameLimit   9999
  85. ;
  86. ;------------------------------------------------------------------------------
  87. ;
  88. ;  Limit the number of Play Ahead Days that a user can play per day!
  89. ;  Range: 0-31
  90. ;  REGISTERED OPTION ONLY.  Will always default to 1 if Unregistered or if
  91. ;  left out of this configuration file.
  92. ;
  93. PlayAheadDays   31
  94. ;
  95. ;------------------------------------------------------------------------------
  96. ;
  97. ;  Limit the number of Games played per day!
  98. ;  Range: 0-65534
  99. ;  REGISTERED OPTION ONLY.  Will always default to 10 if Unregistered or if
  100. ;  left out of this configuration file.
  101. ;
  102. GamesPerDay   3
  103. ;
  104. ;------------------------------------------------------------------------------
  105. ;
  106. ;  Game Colors.  Background color and Card Color Defualts.
  107. ;  Range:
  108. ;        Background Color:
  109. ;                         black
  110. ;                         blue
  111. ;                         green
  112. ;                         cyan
  113. ;                         red
  114. ;                         magenta
  115. ;                         brown
  116. ;                         white
  117. ;
  118. ;              Card Color:
  119. ;                         black   <---NOT RECOMMENDED
  120. ;                         blue
  121. ;                         green
  122. ;                         cyan
  123. ;                         red     <---NOT RECOMMENDED
  124. ;                         magenta
  125. ;                         brown
  126. ;                         white
  127. ;
  128. ;  REGISTERED OPTION ONLY.  Will always default to white/white if
  129. ;  Unregistered or if left out of this configuration file.
  130. ;
  131. BackGroundColor  white
  132. CardColor        white
  133. ;
  134. ;------------------------------------------------------------------------------
  135. ;
  136. ;  Total Make Up Days Allowed per day!
  137. ;  Range: 1-31
  138. ;  REGISTERED OPTION ONLY.  Will always default to 1 if Unregistered or if
  139. ;  left out of this configuration file.
  140. ;
  141. MakeUpDays   31
  142. ;
  143. ;------------------------------------------------------------------------------
  144. ;
  145. ;  BBS node number that door is running on. Only used if TriPeaks Solitaire is
  146. ;  unable to determine the node number by some other means.
  147. ;
  148. ;Node    1
  149. ;
  150. ;------------------------------------------------------------------------------
  151. ;
  152. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  153. ;  time, up until, but not including, the end time. Times should be in 24-hour
  154. ;  format. To disable paging on a particular day, set the paging start and end
  155. ;  times to the same time.
  156. ;
  157. ;                      Start Time    End Time
  158. SundayPagingHours         9:00        22:00
  159. MondayPagingHours         8:30        22:00
  160. TuesdayPagingHours        8:30        22:00
  161. WednesdayPagingHours      8:30        22:00
  162. ThursdayPagingHours       6:30        22:00
  163. FridayPagingHours         8:30        22:00
  164. SaturdayPagingHours       9:00        22:00
  165. ;
  166. ;------------------------------------------------------------------------------
  167. ;
  168. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  169. ;  sysop page alarm.
  170. ;
  171. PageDuration    10
  172. ;
  173. ;------------------------------------------------------------------------------
  174. ;
  175. ;  Maximum length of time a user is permitted to access the door. If the user's
  176. ;  total remaining time on the BBS is less than this value, the user will only
  177. ;  be permitted to access the door for this shorter length of time. This option
  178. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  179. ;  When this option is disabled, the user will be permitted to use the full
  180. ;  of their remaining time on the BBS within the door.
  181. ;
  182. ;MaximumDoorTime    15
  183. ;
  184. ;------------------------------------------------------------------------------
  185. ;
  186. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  187. ;  without the user pressing any key, before the user will be automatically
  188. ;  disconnected. A value of 0 disables inactivity timeouts.
  189. ;
  190. InactivityTimeout    220
  191. ;
  192. ;------------------------------------------------------------------------------
  193. ;
  194. ;  Name of the sysop. The Door can usually determine the sysop's name from the
  195. ;  information passed to the door by the BBS. However, some BBS software does
  196. ;  not supply this information to doors. In such cases, if the sysop's name is
  197. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  198. ;  activate this option.
  199. ;
  200. SysopName    Timothy J. Ward
  201. ;
  202. ;------------------------------------------------------------------------------
  203. ;
  204. ;  Name of the BBS. The Door can usually determine the name of the BBS from
  205. ;  the information passed to the door by the BBS. However, some BBS software
  206. ;  does not supply this information to door programs. In such cases, if the
  207. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  208. ;  semi-colon (;) to activate this option.
  209. ;
  210. SystemName    The Ultimate House of Fun BBS
  211. ;
  212. ;------------------------------------------------------------------------------
  213. ;
  214. ;  Door colour options. These options specify the various text colours that
  215. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  216. ;  Colours are specified in the format:
  217. ;
  218. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  219. ;
  220. ;  Where foreground and background colours are one of:
  221. ;
  222. ;         Black
  223. ;         Blue
  224. ;         Green
  225. ;         Cyan
  226. ;         Red
  227. ;         Magenta
  228. ;         Yellow / Brown
  229. ;         White / Grey
  230. ;
  231. ChatUserColour               Bright white on black
  232. ChatSysopColour              Bright red on black
  233. PagePromptColour             Bright white on black
  234. PopupMenuTitleColour         Bright white on grey
  235. PopupMenuBorderColour        Black on grey
  236. PopupMenuTextColour          Black on grey
  237. PopupMenuKeyColour           Red on grey
  238. PopupMenuHighlightColour     Grey on black
  239. PopupMenuHighKeyColour       Red on black
  240. ;
  241. ;------------------------------------------------------------------------------
  242. ;
  243. ;  Memory swapping options. These options are generally not needed, but can be
  244. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  245. ;  to specify which directory or directories should be used for swapping.
  246. ;  Multiple directory paths can be seperated using a semi-colon.
  247. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  248. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  249. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  250. ;
  251. SwappingDir    C:\
  252. ;SwappingNoEMS
  253. ;SwappingDisable
  254. ;
  255. ;------------------------------------------------------------------------------
  256. ;
  257. ;  Serial port options. These options are generally not needed, as these
  258. ;  settings can usually be determined from the BBS door information file.
  259. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  260. ;  with the modem. "SerialPort" specifies the port port number that the modem
  261. ;  is connected to. Unless you have reassigned the port numbers through your
  262. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  263. ;  so on. Remove the semi-colon (;) to activate either of these options.
  264. ;
  265. LockedBPS    38400
  266. SerialPort   1
  267. ;
  268. ;
  269. ;  Normally, a FOSSIL driver is used for serial I/O if one is available. If
  270. ;  a FOSSIL driver has not been loaded, the door communicates directly with
  271. ;  the modem. Removing the semi-colon (;) from the "NoFossil" option causes
  272. ;  the door to always communicate directly with the modem, bypassing any
  273. ;  FOSSIL driver.
  274. ;
  275. ;NoFossil
  276. ;
  277. ;------------------------------------------------------------------------------
  278. ;
  279. ;  The following options only apply if a FOSSIL driver is NOT being used for
  280. ;  serial communications. If a FOSSIL driver IS being used, these options
  281. ;  are normally set on the FOSSIL driver command line.
  282. ;
  283. ;  Hexidecimal address of the serial port. This address can usually be
  284. ;  determined automatically for ports COM1, COM2, COM3, and COM4, and is
  285. ;  normally only required for ports COM5 and higher. Remove the semi-colon
  286. ;  (;) to activate this option.
  287. ;
  288. ;PortAddress 2F8
  289. ;
  290. ;
  291. ;  Interrupt request line that the serial port is using. May be any IRQ line
  292. ;  from 1 to 15. By default, IRQ line 4 is used for ports COM1: and COM3:,
  293. ;  while IRQ line 3 is used for all other ports. Remove the semi-colon (;)
  294. ;  to activate this option.
  295. ;
  296. ;PortIRQ 4
  297. ;
  298. ;
  299. ;  Serial I/O buffer sizes. "ReceiveBuffer" specifies the number of bytes in
  300. ;  the serial I/O receive buffer. You may want to increase this buffer size
  301. ;  if you find that characters being sent from the user's modem are being lost.
  302. ;  "TransmitBuffer" specifies the number of bytes in the serial I/O transmit
  303. ;  buffer. You may want to increase this buffer size for improved performance
  304. ;  in some multitasking environments.
  305. ;
  306. ReceiveBuffer 256
  307. TransmitBuffer 1024
  308. ;
  309. ;
  310. ;  UART FIFO buffers. Normally, the door will use 16550A UART FIFO buffers
  311. ;  if they are available. You can prevent the door from using the FIFO
  312. ;  buffers, even if they are available, by removing the semi-colon before
  313. ;  the "NoFIFO" keyword. The "FIFOTriggerSize" specifies how many characters
  314. ;  may be placed in the FIFO buffers before an serial I/O interrupt is
  315. ;  envoked. Valid values are 1, 4, 8 and 14 bytes. The default value is 4
  316. ;  bytes.
  317. ;
  318. ;NoFIFO
  319. FIFOTriggerSize 4
  320. ;
  321. ;------------------------------------------------------------------------------
  322. ;
  323. ;  Custom door information file support. the door automatically recognizes
  324. ;  most door information file (drop file) formats, including DORINFO?.DEF,
  325. ;  EXITINFO.BBS, DOOR.SYS, SFDOORS.DAT, CALLINFO.BBS and CHAIN.TXT. However,
  326. ;  to permit the door to operate on BBS systems that produce a different
  327. ;  format file, you may define a custom door information file format. A custom
  328. ;  door information file format is defined using the "CustomFileName" command,
  329. ;  followed by one or more lines beginning with the "CustomFileLine" command.
  330. ;
  331. ;  The "CustomFileName" option specifies the filename used to distinguish this
  332. ;  file format from other file formats. This filename should not include a
  333. ;  path. To specify the path where the door information file is located, use
  334. ;  the BBSDir setting, near the beginning of this file. If the filename of the
  335. ;  custom format is the same as that of one of the built-in formats, the custom
  336. ;  format will override the built-in format.
  337. ;
  338. ;  The actual format of the custom file is specified using a number of lines
  339. ;  that begin with the keyword "CustomFileLine". Each of these lines will
  340. ;  correspond to a single line in the door information file, with the option
  341. ;  following the "CustomFileLine" keyword specifying the information that can
  342. ;  be found on that line. This can be one of the following keywords:
  343. ;
  344. ;                    Ignore - Causes the next line in the door information
  345. ;                             file to be ignored. Use on lines for which none
  346. ;                             of the options below apply.
  347. ;                   ComPort - COM? port the modem is connected to
  348. ;                             (0 indicates local mode)
  349. ;                FossilPort - Fossil port number the modem is connected to
  350. ;                  ModemBPS - BPS rate at which to communicate with modem
  351. ;                             (0 or non-numerical value indicates local mode)
  352. ;                 LocalMode - 1, T or Y if door is operating in local mode
  353. ;                  UserName - Full name of the user
  354. ;             UserFirstName - First name(s) of the user
  355. ;              UserLastName - Last name of the user
  356. ;                     Alias - The user's psuedonym / handle
  357. ;                 HoursLeft - Hours user has left online
  358. ;               MinutesLeft - Minutes user has left online, or time left online
  359. ;                             in format hh:mm
  360. ;               SecondsLeft - Seconds user has left online, or time left online
  361. ;                             in format hh:mm:ss or format mm:ss
  362. ;                             (If more than one of the above time options are
  363. ;                             used, the user time left is taken to be the total
  364. ;                             of all of these values.)
  365. ;                      ANSI - 1, T, Y or G for ANSI graphics mode
  366. ;                    AVATAR - 1, T or Y for AVATAR graphics mode
  367. ;                       RIP - 1, T or Y for RIP graphics mode
  368. ;               PagePausing - 1, T or Y if user wishes a pause at end of screen
  369. ;              ScreenLength - Number of lines on user's screen
  370. ;            ScreenClearing - 1, T or Y if screen clearing mode is on
  371. ;                  Security - The user's security level / access level
  372. ;                      City - City the user is calling from
  373. ;                      Node - Node number user is connected to
  374. ;                 SysopName - Full name of the sysop
  375. ;            SysopFirstName - The sysop's first name(s)
  376. ;             SysopLastName - The sysop's last name
  377. ;                SystemName - Name of the BBS
  378. ;
  379. ;
  380. ;CustomFileName    SFDOORS.DAT
  381. ;CustomFileLine    UserName
  382. ;CustomFileLine    Ignore
  383. ;CustomFileLine    UserFirstName
  384. ;CustomFileLine    ModemBPS
  385. ;CustomFileLine    ComPort
  386. ;CustomFileLine    MinutesLeft
  387. ;CustomFileLine    Ignore
  388. ;CustomFileLine    Ignore
  389. ;CustomFileLine    ANSI
  390. ;CustomFileLine    Security
  391. ;CustomFileLine    Ignore
  392. ;CustomFileLine    Ignore
  393. ;CustomFileLine    MinutesLeft
  394. ;CustomFileLine    Ignore
  395. ;CustomFileLine    Ignore
  396. ;CustomFileLine    Ignore
  397. ;CustomFileLine    Ignore
  398. ;CustomFileLine    Ignore
  399. ;CustomFileLine    Ignore
  400. ;CustomFileLine    Ignore
  401. ;CustomFileLine    Node
  402. ;CustomFileLine    Ignore
  403. ;CustomFileLine    Ignore
  404. ;CustomFileLine    Ignore
  405. ;CustomFileLine    Ignore
  406. ;CustomFileLine    Ignore
  407. ;CustomFileLine    Ignore
  408. ;CustomFileLine    Ignore
  409. ;CustomFileLine    City
  410. ;CustomFileLine    Ignore
  411. ;CustomFileLine    RIP
  412. ;
  413. ;------------------------------------------------------------------------------
  414.